Bitmap for WPF
SetVertexConstantBuffer<T>(T) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > DrawInformation クラス > SetVertexConstantBuffer メソッド : SetVertexConstantBuffer<T>(T) メソッド
Type of the constant buffer
Value of the constant buffer
Sets the constant buffer data from a struct value for the Vertex Stage.
シンタックス
'宣言
 
Public Overloads Sub SetVertexConstantBuffer(Of T As {New, Struct})( _
   ByRef value As T _
) 
public void SetVertexConstantBuffer<T>( 
   ref T value
)
where T: new(), struct

パラメータ

value
Value of the constant buffer

型パラメータ

T
Type of the constant buffer
参照

DrawInformation クラス
DrawInformation メンバ
オーバーロード一覧